13. Exercise: Persisting Data Part Two

Let's persist data in our GitHub query application!

Exercise Code

Exercise: T05b.01-Exercise-SaveResults

Persisting Data Exercise Two

SOLUTION:
  • Create string keys to store the URL and query result
  • Save the URL and query result in onSaveInstanceState
  • Restore the URL and query result in onCreate